home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / unix / linbin2 / install.doc < prev    next >
Encoding:
Text File  |  1992-02-21  |  1.0 KB  |  39 lines

  1. 21-FEBRUARY-1992
  2.  
  3. INSTALLING usrbin2.tar                      
  4.  
  5. If you have previously installed LINBIN1.ZIP, you should have 
  6. no problems installing this package. The steps to follow are:
  7.   
  8.   o  Use rawrite (available in LINUX1.ZIP) to transfer usrbin2.tar
  9.      to a formatted, blank, floppy diskette.
  10.  
  11.   o  Boot LINUX, remove the boot diskette and insert the floppy which
  12.      you made that contains usrbin2.tar
  13.  
  14.   o  Once inside Linux, do the following:
  15.  
  16.                 cd /usr/bin
  17.                 tar xvf /dev/floppy0
  18.  
  19.   o  Many files will be untarred from the floppy to the hard disk. 
  20.  
  21.   o  Files that end in .Z must me uncompressed with the uncompress
  22.      command.
  23.  
  24.   o  Files that end in tar must be untarred:
  25.  
  26.                 tar xvf myfile.tar
  27.  
  28.   o  Some files that are executables must have their mode changed so
  29.      that they will execute:
  30.  
  31.                 chmod +x myfile
  32.  
  33.   o  If you have problems, make sure that you have previously 
  34.      uncompressed the tar command:
  35.  
  36.                 uncompress tar.Z
  37.  
  38.   
  39.